From 50971f704c9ec96c299871782698e39779988857 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Sep 2010 11:29:17 -0400 Subject: [PATCH] Correct since tags --- gtk/gtknotebook.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index ec62d458f5..b4591f5b6b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7593,6 +7593,8 @@ gtk_notebook_reorder_child (GtkNotebook *notebook, * Notebooks with the same name will be able to exchange tabs * via drag and drop. A notebook with a %NULL group name will * not be able to exchange tabs with any other notebook. + * + * Since: 2.24 */ void gtk_notebook_set_group_name (GtkNotebook *notebook, @@ -7623,7 +7625,7 @@ gtk_notebook_set_group_name (GtkNotebook *notebook, * Return Value: (transfer none): the group name, * or %NULL if none is set. * - * Since: 2.12 + * Since: 2.24 **/ const gchar * gtk_notebook_get_group_name (GtkNotebook *notebook) -- 2.30.2